name: tests71
run_id: commands[0]
env HOME: /home/jenkins
env LANG: C.UTF-8
env PATH: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/tests71/bin:/opt/pyenv/bin:/tmp/venv-o4wE/bin:/opt/pyenv/shims:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin
env PYTHONHASHSEED: 3545780247
env PIP_DISABLE_PIP_VERSION_CHECK: 1
env PYTHONIOENCODING: utf-8
env USE_ODL_ALT_KARAF_ENV: ./karaf71.env
env USE_ODL_ALT_KARAF_INSTALL_DIR: karaf71
env TOX_ENV_NAME: tests71
env TOX_WORK_DIR: /w/workspace/transportpce-tox-verify-transportpce-master/.tox
env TOX_ENV_DIR: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/tests71
env VIRTUAL_ENV: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/tests71
metadata pid: 32073
cwd: /w/workspace/transportpce-tox-verify-transportpce-master/tests
allow: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/tests71/bin/*:launch_tests.sh
cmd: ./launch_tests.sh 7.1
exit_code: 1
using environment variables from ./karaf71.env
pytest -q transportpce_tests/7.1/test01_portmapping.py
EEEEEEEEEEEE                                                             [100%]
==================================== ERRORS ====================================
_ ERROR at setup of TransportPCE400GPortMappingTesting.test_01_xpdr_device_connection _

cls = <class 'test01_portmapping.TransportPCE400GPortMappingTesting'>

    @classmethod
    def setUpClass(cls):
>       cls.processes = test_utils.start_tpce()

transportpce_tests/7.1/test01_portmapping.py:32: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_ ERROR at setup of TransportPCE400GPortMappingTesting.test_02_xpdr_device_connected _

cls = <class 'test01_portmapping.TransportPCE400GPortMappingTesting'>

    @classmethod
    def setUpClass(cls):
>       cls.processes = test_utils.start_tpce()

transportpce_tests/7.1/test01_portmapping.py:32: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_ ERROR at setup of TransportPCE400GPortMappingTesting.test_03_xpdr_portmapping_info _

cls = <class 'test01_portmapping.TransportPCE400GPortMappingTesting'>

    @classmethod
    def setUpClass(cls):
>       cls.processes = test_utils.start_tpce()

transportpce_tests/7.1/test01_portmapping.py:32: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_ ERROR at setup of TransportPCE400GPortMappingTesting.test_04_tpdr_portmapping_NETWORK1 _

cls = <class 'test01_portmapping.TransportPCE400GPortMappingTesting'>

    @classmethod
    def setUpClass(cls):
>       cls.processes = test_utils.start_tpce()

transportpce_tests/7.1/test01_portmapping.py:32: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_ ERROR at setup of TransportPCE400GPortMappingTesting.test_05_tpdr_portmapping_CLIENT1 _

cls = <class 'test01_portmapping.TransportPCE400GPortMappingTesting'>

    @classmethod
    def setUpClass(cls):
>       cls.processes = test_utils.start_tpce()

transportpce_tests/7.1/test01_portmapping.py:32: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_ ERROR at setup of TransportPCE400GPortMappingTesting.test_06_mpdr_portmapping_NETWORK1 _

cls = <class 'test01_portmapping.TransportPCE400GPortMappingTesting'>

    @classmethod
    def setUpClass(cls):
>       cls.processes = test_utils.start_tpce()

transportpce_tests/7.1/test01_portmapping.py:32: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_ ERROR at setup of TransportPCE400GPortMappingTesting.test_07_mpdr_portmapping_CLIENT1 _

cls = <class 'test01_portmapping.TransportPCE400GPortMappingTesting'>

    @classmethod
    def setUpClass(cls):
>       cls.processes = test_utils.start_tpce()

transportpce_tests/7.1/test01_portmapping.py:32: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_ ERROR at setup of TransportPCE400GPortMappingTesting.test_08_check_mccapprofile _

cls = <class 'test01_portmapping.TransportPCE400GPortMappingTesting'>

    @classmethod
    def setUpClass(cls):
>       cls.processes = test_utils.start_tpce()

transportpce_tests/7.1/test01_portmapping.py:32: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_ ERROR at setup of TransportPCE400GPortMappingTesting.test_09_mpdr_switching_pool _

cls = <class 'test01_portmapping.TransportPCE400GPortMappingTesting'>

    @classmethod
    def setUpClass(cls):
>       cls.processes = test_utils.start_tpce()

transportpce_tests/7.1/test01_portmapping.py:32: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_ ERROR at setup of TransportPCE400GPortMappingTesting.test_10_xpdr_device_disconnection _

cls = <class 'test01_portmapping.TransportPCE400GPortMappingTesting'>

    @classmethod
    def setUpClass(cls):
>       cls.processes = test_utils.start_tpce()

transportpce_tests/7.1/test01_portmapping.py:32: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_ ERROR at setup of TransportPCE400GPortMappingTesting.test_11_xpdr_device_disconnected _

cls = <class 'test01_portmapping.TransportPCE400GPortMappingTesting'>

    @classmethod
    def setUpClass(cls):
>       cls.processes = test_utils.start_tpce()

transportpce_tests/7.1/test01_portmapping.py:32: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_ ERROR at setup of TransportPCE400GPortMappingTesting.test_12_xpdr_device_not_connected _

cls = <class 'test01_portmapping.TransportPCE400GPortMappingTesting'>

    @classmethod
    def setUpClass(cls):
>       cls.processes = test_utils.start_tpce()

transportpce_tests/7.1/test01_portmapping.py:32: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
=========================== short test summary info ============================
ERROR transportpce_tests/7.1/test01_portmapping.py::TransportPCE400GPortMappingTesting::test_01_xpdr_device_connection
ERROR transportpce_tests/7.1/test01_portmapping.py::TransportPCE400GPortMappingTesting::test_02_xpdr_device_connected
ERROR transportpce_tests/7.1/test01_portmapping.py::TransportPCE400GPortMappingTesting::test_03_xpdr_portmapping_info
ERROR transportpce_tests/7.1/test01_portmapping.py::TransportPCE400GPortMappingTesting::test_04_tpdr_portmapping_NETWORK1
ERROR transportpce_tests/7.1/test01_portmapping.py::TransportPCE400GPortMappingTesting::test_05_tpdr_portmapping_CLIENT1
ERROR transportpce_tests/7.1/test01_portmapping.py::TransportPCE400GPortMappingTesting::test_06_mpdr_portmapping_NETWORK1
ERROR transportpce_tests/7.1/test01_portmapping.py::TransportPCE400GPortMappingTesting::test_07_mpdr_portmapping_CLIENT1
ERROR transportpce_tests/7.1/test01_portmapping.py::TransportPCE400GPortMappingTesting::test_08_check_mccapprofile
ERROR transportpce_tests/7.1/test01_portmapping.py::TransportPCE400GPortMappingTesting::test_09_mpdr_switching_pool
ERROR transportpce_tests/7.1/test01_portmapping.py::TransportPCE400GPortMappingTesting::test_10_xpdr_device_disconnection
ERROR transportpce_tests/7.1/test01_portmapping.py::TransportPCE400GPortMappingTesting::test_11_xpdr_device_disconnected
ERROR transportpce_tests/7.1/test01_portmapping.py::TransportPCE400GPortMappingTesting::test_12_xpdr_device_not_connected
12 errors in 1200.57s (0:20:00)